.bg-gradient-blue {
  background: #504aee;
  background: linear-gradient(to bottom, #7773e4 0%, #5049ee 100%) !important;
}

.bg-gradient-green,
.btn-green {
  background: #33d5d7;
  background: linear-gradient(to bottom, #33d5d7 0%, #13a5a7 100%) !important;
}

.bg-gradient1 {
  background: #4f4aee;
  background: linear-gradient(to right, #4f4aee 0%, #33d4d7 100%) !important;
}

.progress.vertical .progress-bar.bluegreen {
  background: #4f4aee;
  background: linear-gradient(to bottom, #33d4d7 0%, #4f4aee 100%) !important;
}

.bg-gradient-blue {
  background: #504aee;
  background: linear-gradient(to right, #504aee 0%, #7872e3 100%) !important;
}

.progress.vertical .progress-bar.blue {
  background: #504aee;
  background: linear-gradient(to bottom, #7872e3 0%, #504aee 100%) !important;
}

.bg-gradient-green,
.btn-green {
  background: #13a5a7;
  background: linear-gradient(270deg, #13a5a7 0%, #33d5d7 100%) !important;
  /* w3c */
}

.progress.vertical .progress-bar.green {
  background: #13a5a7;
  background: linear-gradient(to bottom, #33d5d7 0%, #13a5a7 100%) !important;
  /* w3c */
}

.bg-gradient-yellow {
  background: #f4c22b;
  background: linear-gradient(to right, #f4c22b 0%, #c09515 100%) !important;
}

.progress.vertical .progress-bar.yellow {
  background: #f4c22b;
  background: linear-gradient(to bottom, #f4c22b 0%, #c09515 100%) !important;
}

.bg-gradient-red {
  background: #e44f16;
  background: linear-gradient(to right, #f37235 0%, #e14910 100%) !important;
}

.progress.vertical .progress-bar.red {
  background: #e44f16;
  background: linear-gradient(to bottom, #f37235 0%, #e14910 100%) !important;
}

.box-shadow,
.checkbox input[type='checkbox']:checked + label::before,
.progress .progress-bar,
#uploadMediaModal .upload-button.active,
.page-edit-slides .btn-collapsed-add {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
}

.progress.vertical .progress-bar {
  box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.13);
}

.sidebar .btn-collapse-sidebar,
.panel-shadow,
header,
.sidebar,
.panel,
.panel-slide,
.page-reports .slider-row {
  box-shadow: 0px 0px 40px 0px rgba(157, 154, 227, 0.1);
}

.panel-slide:hover,
#useTemplateModal .template-list .panel:hover {
  box-shadow: 0px 0px 40px 0px rgba(157, 154, 227, 0.5);
}

.bg-blue {
  background: #504aee !important;
}

.text-blue {
  color: #504aee !important;
}

.text-blue1 {
  color: #7671e3 !important;
}

.text-green {
  color: #33d5d7 !important;
}

.text-red {
  color: #e44f16 !important;
}

.text-dark {
  color: #393c41 !important;
}

.text-grey {
  color: #2c2e31 !important;
}

.text-grey3 {
  color: #474b4f !important;
}

.text-light-grey1 {
  color: #adb4c0;
}

.text-light1 {
  color: #aaaeb3 !important;
}

.text-light5 {
  color: #b6b9bd !important;
}

.text-black {
  color: black !important;
}

.border-5px {
  border-radius: 5px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

h1 {
  font-size: 3.4rem;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 300;
}

h3,
.h3 {
  font-size: 26px;
  color: #2c2e31;
  margin: 0;
}

h4,
.h4 {
  font-size: 1.295rem;
  margin: 0;
}

p {
  margin: initial;
}

hr {
  border-top-color: #ddd;
  margin: 35px 0;
}

.font-14 {
  font-size: 14px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-15 {
  font-size: 1.13rem !important;
}

.font-13 {
  font-size: 13.6px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-10 {
  font-size: 10px;
}

.desc,
.y-axis {
  font-size: 12px;
  color: #aaaeb3;
}

.desc-small,
.table thead th {
  font-size: 10px;
  font-weight: 600;
  color: #aaaeb3;
  text-transform: uppercase;
}

.dots {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2.3px;
}

.toolbox .fa {
  font-size: 16px;
  color: #393c41;
  margin-left: 20px;
}
.toolbox .fa:hover {
  color: #504aee;
}

@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
}

.mt-50px {
  margin-top: 50px;
}

.mt-40px {
  margin-top: 40px;
}

.ml-40px {
  margin-left: 40px;
}

.mx-40px {
  margin-left: 40px;
  margin-right: 40px;
}

.mt-35px {
  margin-top: 35px;
}

.mb-35px {
  margin-bottom: 35px;
}

.my-35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mt-30px {
  margin-top: 30px;
}

.mb-30px {
  margin-bottom: 30px;
}

.ml-30px {
  margin-left: 30px;
}

.mr-30px {
  margin-right: 30px;
}

.my-30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

.pt-30px {
  padding-top: 30px;
}

.p-30px {
  padding: 30px !important;
}
.px-40px {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px-30px {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-35px {
  padding: 35px !important;
}

.p-20px {
  padding: 20px !important;
}
.p-10px {
  padding: 10px !important;
}

.px-20px {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.mt-20px {
  margin-top: 20px;
}

.mb-20px {
  margin-bottom: 20px;
}

.h-130px {
  height: 130px;
}

@media (min-width: 768px) {
  .mt-md-50px {
    margin-top: 50px !important;
  }
  .mt-md--30px {
    margin-top: -30px !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-right {
    border-right: 1px solid #ddd;
  }
}

.dropdown-arrow {
  padding-right: 0.5rem;
}
.dropdown-arrow:after {
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 8px;
  content: '';
  background: url('../img/arrow.svg') no-repeat;
}

.dropdown-toggle::after {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
  vertical-align: 0.2em;
  margin-left: 1.4em;
  color: #c9c8de;
}

.dropdown-toggle.toggle-small::after {
  margin-left: 5px;
}

.dropdown-menu {
  width: 100%;
  padding: 12px 0;
  border: 0px;
  border-radius: 0;
  box-shadow: 0px 0px 40px 0px rgba(157, 154, 227, 0.25);
}

.dropdown-item {
  padding: 0.55rem 1.5rem;
}
.dropdown-item:hover {
  background: #504aee;
  color: white;
}
.dropdown-item:active {
  background: #504aee;
}
.dropdown-item .img-icon {
  margin-right: 13px;
}
header .dropdown-item .fa,
header .dropdown-item .fas,
header .dropdown-item .far {
  display: inline-block;
  text-align: center;
  width: 15px;
  margin-right: 13px;
  font-size: 15px;
  color: #c6cacf;
}
header .dropdown-item:hover .fa,
header .dropdown-item:hover .fas,
header .dropdown-item:hover .far {
  color: white;
}

.btn {
  width: 135px;
  max-width: 100%;
  height: 50px;
  padding: 0;
  line-height: 50px;
  border-radius: 5px;
  font-size: 10px;
  border: 0px;
  text-transform: uppercase;
}
.btn .img-icon {
  margin-right: 6px;
}
.btn:focus {
  box-shadow: none;
}

.btn-small {
  width: 120px;
  height: 40px;
  line-height: 40px;
}

.btn-smallest {
  width: 105px;
  height: 30px;
  line-height: 30px;
  text-transform: initial;
  font-size: 14px;
  font-weight: 300 !important;
}

.btn-large {
  width: 165px;
}

.btn-blue {
  color: white;
  font-weight: 300;
  background: linear-gradient(to right, #544de7 0%, #6963dd 100%);
}

.btn-blue:not(:disabled):hover {
  background: linear-gradient(to right, #6e6ade 0%, #544de3 100%);
}

.btn-green {
  color: white;
}
.btn-back {
  font-size: 12px;
  color: #474b4f;
}
.btn-back:hover {
  color: #544de7;
}
.btn-back:hover span {
  text-decoration: underline;
}
.btn-white {
  color: black;
  background: transparent;
  border: 1px solid black;
  font-weight: 600;
  opacity: 0.4;
}
.btn-white:hover {
  opacity: 1;
}
.btn-white.dropdown-arrow {
  padding-right: 18px;
}
.btn-white.dropdown-arrow:after {
  margin-left: 5px;
}

.is-underlined {
  position: relative;
  overflow: hidden;
  padding-bottom: 2px;
}
.is-underlined:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
}
.is-underlined:hover::after {
  animation: swipe 700ms cubic-bezier(0.694, 0, 0.335, 1);
  animation-iteration-count: 1;
}

[role='button'] {
  cursor: pointer;
}

.header-buttons .btn {
  width: 165px;
}

@keyframes swipe {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(100%, 0, 0);
  }
  50.01% {
    transform: translate3d(-120%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 575px) {
  .header-buttons .btn {
    width: 140px;
  }
}

.form-control {
  padding: 10px;
  border-color: #ddd;
  border-radius: 5px;
}
.form-control:focus {
  border-color: #504aee;
  outline: 0;
  box-shadow: none;
}

.form-group {
  margin-bottom: 24px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
  margin-bottom: 0;
}
.switch input {
  display: none;
}
.switch input:checked + .slider {
  background-color: #504aee;
}
.switch input:checked + .slider:before {
  transform: translateX(0px);
}
.switch input:checked + .slider .on {
  left: initial;
  right: 8px;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  transition: 0.4s;
  border-radius: 22px;
}
.switch .slider:before {
  position: absolute;
  content: '';
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  transform: translateX(28px);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.switch .on {
  color: white;
  position: absolute;
  top: 50%;
  left: 8px;
  font-size: 10px;
  transform: translateY(-50%);
}

.slider.round {
  border-radius: 34px;
}

.input-group .form-control,
.input-group .input-group-append {
  border-color: #ddd;
  font-size: 12px;
}

.input-group-text {
  background: white;
}

.select-custom {
  min-width: 95px;
}
.select-custom.select-md {
  min-width: 150px;
  width: 150px !important;
}
.col-sm-8 > .select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 32px;
}

.select2-container--default .select2-selection--single {
  border-color: #ddd;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  line-height: 30px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 1px solid #2c2e31;
  border-top-width: 0px;
  border-left-width: 0px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 1px solid #504aee;
  border-top-width: 0px;
  border-left-width: 0px;
  transform: rotate(-135deg);
  margin-top: 0;
}

.select2-dropdown {
  border-color: #ddd;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: initial;
  color: #504aee;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
  color: #504aee;
  background: initial;
}

.select2-results__option {
  padding-left: 12px;
}

.checkbox {
  position: relative;
  margin-top: 3px;
}

.checkbox input[type='checkbox'] {
  opacity: 0;
  position: absolute;
}

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 0;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: '';
  display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox label::before {
  height: 20px;
  width: 20px;
  left: 0px;
  top: 1px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/*Checkmark of the fake checkbox*/
.checkbox label::after {
  height: 5px;
  width: 10px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  left: 5px;
  top: 7px;
}

/*Hide the checkmark by default*/
.checkbox input[type='checkbox'] + label::after {
  content: none;
}

/*Unhide on the checked state*/
.checkbox input[type='checkbox']:checked + label::after {
  content: '';
}

.checkbox input[type='checkbox']:checked + label::before {
  border: 0;
  background: linear-gradient(to right, #13a5a7 0%, #33d5d7 100%) !important;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
}

.custom-radio input:checked + label,
.custom-radio input:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.custom-radio label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.14);
}

.custom-radio input:checked + label:after,
.custom-radio input:not(:checked) + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: linear-gradient(to right, #13a5a7 0%, #33d5d7 100%) !important;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  transition: all 0.2s ease;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
}

.custom-radio input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.custom-radio input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

header {
  background: white;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 2;
}
header .dropdown-toggle:after {
  color: #33d5d7;
}
header .navbar {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
header .logo {
  font-size: 18px;
  color: #aaaeb3;
  font-weight: 600;
  text-decoration: none;
  margin-right: 30px;
  line-height: 1;
}
header .navbar-nav {
  display: inline-flex;
  justify-self: flex-end;
}
header .dropdown-menu {
  margin-top: 12px;
  min-width: 160px;
}
header .company-site {
  position: relative;
}
header .company-site .dropdown-menu {
  margin-top: 20px;
}
header .menu {
  font-size: 12px;
}
header .menu .nav-link {
  padding: 7px 0;
  margin-right: 40px;
  color: #474b4f;
  text-transform: uppercase;
  font-weight: normal;
  display: flex;
  align-items: center;
}
header .menu .nav-link:hover,
header .menu .nav-link:hover .fa,
header .menu .nav-link.active,
header .menu .nav-link.active .fa {
  color: #504aee;
}
header .menu .fa,
header .menu img {
  font-size: 16px;
  color: #c9c8de;
  margin-right: 9px;
}
header .right-menu li:first-child {
  margin-right: 25px;
}
header .humburger-menu .dropdown-item img {
  margin-right: 8px;
}
header .humburger-menu .fa-bars {
  font-size: 20px;
  color: #504aee;
}
.page-wrapper {
  margin-top: 64px;
  height: calc(100vh - 64px);
  overflow-y: auto;
}
.with-badge {
  position: relative;
  display: inline-block;
}
.with-badge .custom-badge {
  display: none;
  width: 20px;
  height: 20px;
  font-size: 11px;
  border: 2px solid white;
  background: linear-gradient(110deg, #4f4aee 0%, #7872e3 100%);
  box-shadow: 3px 3px 8px 0px rgba(34, 34, 34, 0.2);
  position: absolute;
  right: -3px;
  top: -10px;
  color: white;
  text-align: center;
  line-height: 15px;
  margin: 0;
  border-radius: 50%;
}
.with-badge:hover svg {
  fill: #655ee9;
}
.with-badge.unread .custom-badge {
  display: inline-block;
}
.with-badge.unread:hover .custom-badge {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}

.notification-dropdown-menu {
  width: 362px;
  padding: 0;
}
.notification-dropdown-menu .dropdown-item {
  padding: 30px;
  color: #aaaeb3;
}
.notification-dropdown-menu .dropdown-item {
  display: flex;
}
.notification-dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.notification-dropdown-menu .notify-content {
  padding-left: 55px;
  font-size: 12px;
  font-weight: 300;
  margin-right: auto;
  line-height: 1;
  background: url('../img/ring.png') no-repeat left center;
}
.notification-dropdown-menu .notify-content p {
  width: 175px;
  text-overflow: ellipsis;
  margin: 0;
}
.notification-dropdown-menu .notify-content p:first-child {
  margin-bottom: 10px;
}
.notification-dropdown-menu .unread .notify-content {
  background-image: url('../img/ring-unread.png');
}
.notification-dropdown-menu .time {
  font-size: 10px;
  font-weight: 600;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 18px;
}

@media (max-width: 1300px) {
  header .logo {
    margin-right: 30px;
  }
  header .menu .nav-link {
    margin-right: 10px;
  }
}

@media (max-width: 575px) {
  .notification-dropdown {
    margin-right: 10px;
  }
  .avatar {
    margin-right: 0;
  }
  .dropdown-toggle::after {
    margin-left: 5px;
  }
  .notification-dropdown-menu {
    right: -100px !important;
  }
}

.sidebar {
  position: fixed;
  left: 0;
  top: 64px;
  width: 360px;
  height: calc(100vh - 64px);
  padding-top: 40px;
  background: white;
  z-index: 1;
  transition: all 600ms;
}
.sidebar .btn-collapse-sidebar {
  width: 20px;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 0px;
  right: -20px;
  background: white;
  text-align: center;
  line-height: 50px;
  box-shadow: 2px 2px 8px -3px #393c4052;
  color: #bcc2cc;
}
.sidebar .btn-collapse-sidebar:hover {
  color: #504aee;
}
.sidebar .btn-toggle-sidebar {
  top: 50% !important;
}
.sidebar-header {
  padding-left: 30px;
  padding-right: 30px;
}
.sidebar-scroll-content {
  margin-top: 30px;
  height: calc(100% - 120px);
}
.sidebar-scroll-content .simplebar-content[style*='scroll'] .selectable-list {
  padding-right: 8px;
}

@media (min-width: 1200px) {
  .sidebar .btn-toggle-sidebar {
    display: none;
  }
}

@media (max-width: 1199px) {
  .sidebar {
    width: 330px;
    padding-top: 30px;
  }
  .sidebar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-collapsed .sidebar {
    transform: translateX(-100%);
  }
  .sidebar-collapsed .sidebar .btn-toggle-sidebar {
    transform: scaleX(-1);
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: -2px 2px 8px -3px #393c4052;
  }
  .scrolled .sidebar {
    padding-top: 30px !important;
  }
}

.panel {
  background: white;
  padding: 35px 30px 30px;
}

.panel-slide {
  background: white;
  padding: 20px;
}

.panel-title {
  font-size: 18px;
}

.panel-no-padding {
  margin-left: -30px;
  margin-right: -30px;
}

.image-card {
  display: flex;
  align-items: center;
}
.image-card .image {
  margin-right: 35px;
}
.image-card .content h3 {
  color: #7671e3;
  font-weight: normal;
}
.image-card .content div {
  font-size: 10px;
  font-weight: 600;
}

.slide-card-container {
  display: flex;
  flex-wrap: wrap;
}

.slide-card {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 30px;
  flex-shrink: 0;
}
.slide-card .image {
  width: 75px;
  height: 48px;
  background: #e9e9ee;
  margin-right: 13px;
}

.progress {
  background-color: #eaeaea;
  overflow: visible;
}
.progress.small {
  height: 5px;
  border-radius: 7px;
}
.progress.small .progress-bar {
  border-radius: 7px;
}
.progress .progress-bar {
  transition: width 800ms;
}
.progress.vertical {
  width: 13px;
  height: 195px;
  position: relative;
  display: inline-block;
}
.progress.vertical.small {
  width: 5px;
}
.progress.vertical .progress-bar {
  transition: height 800ms;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.progress-group {
  justify-content: space-between;
}
.progress-group .desc,
.progress-group .y-axis {
  margin-top: 20px;
}
.progress-group.vertical {
  height: 235px;
}
.progress-group.vertical > div {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}
.progress-group.vertical .progress.vertical {
  margin-top: auto;
}

.y-axis {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0px !important;
}

.progress.w-animate .progress-bar {
  width: 0px !important;
}

.progress.h-animate .progress-bar {
  height: 0px !important;
}

.selectable-list {
  list-style: none;
  padding: 0;
}
.selectable-list li {
  position: relative;
  padding: 15px 30px;
  cursor: pointer;
}
.selectable-list li .thumbnail {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.selectable-list li .thumbnail img {
  width: 100%;
}
.selectable-list li:hover,
.selectable-list li.active {
  background: #f9f9ff;
}
.selectable-list li.active:after {
  position: absolute;
  content: '';
  right: 0px;
  width: 3px;
  top: 0;
  height: 100%;
  background: #504aee;
}
.selectable-list.with-thumbnail li {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .selectable-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.tab-container {
  display: flex;
  background: rgba(255, 255, 255, 0.2);
}

.nav-tabs {
  border-bottom-color: #eaeaea;
}
.nav-tabs .nav-link {
  color: #2c2e31;
  padding: 0 15px 15px;
  border: 0px;
  border-bottom: 2px solid transparent;
}
.nav-tabs .nav-link:not(.active):hover,
.nav-tabs .nav-link:not(.active):focus {
  border-color: transparent;
  color: #aaaeb3;
}
.nav-tabs .nav-link.active {
  background: transparent;
  border-bottom-color: #504aee;
}

.thumbnail,
.thumbnail1 {
  background-color: #eaeaee;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.thumbnail-large {
  height: 120px;
}

.thumbnail-50 {
  width: 50px;
  height: 50px;
}

.thumbnail-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.thumbnail-85 {
  width: 80px;
  height: 50px;
  background: #e8e8ee;
}

.table {
  background: white;
}
.table thead th {
  border-top: 0px;
  border-bottom: 1px solid #ecedef;
}
.table th,
.table td {
  padding: 35px 5px;
}
.table td {
  color: #2c2e31;
  border-top-color: #ecedef;
}
.table td:first-child {
  padding-left: 30px;
}
.table .detail-row td {
  padding: 0;
}

.table-pagination {
  text-align: center;
}
.table-pagination .slick-arrow {
  position: static;
  transform: none;
  display: inline-block;
}
.table-pagination .slick-dots {
  position: static;
  display: inline-block;
  width: auto;
  padding: 0;
}

@media (max-width: 768px) {
  .table th,
  .table td {
    display: none;
  }
  .table th:nth-child(2),
  .table td:nth-child(2) {
    display: table-cell;
    padding-left: 20px;
    width: 70%;
  }
  .table th:last-child,
  .table td:last-child {
    display: table-cell;
    width: 30%;
  }
  .change-list {
    height: 100px !important;
  }
}

.custom-scroll {
  max-width: 100%;
}

.simplebar-scrollbar:before {
  opacity: 1 !important;
  background-color: #eaedf2;
}

.simplebar-track.simplebar-vertical {
  width: 8px;
  background: #f7f7f7;
}

.simplebar-vertical .simplebar-scrollbar {
  width: 8px;
  right: 0px;
}

.simplebar-track.simplebar-horizontal {
  background: #f7f7f7;
  height: 8px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0px;
  height: 8px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -58px;
  display: block;
  width: 100%;
  padding: 0 35px;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
  font-size: 12px;
  color: #c1c5c8;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #504aee;
  color: white;
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 0;
  text-indent: -1000px;
  overflow: hidden;
}
.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -20px;
  background: #f5f5f5 url('../img/prev-arrow.png') no-repeat center center;
  background-position: 12px center;
}

.slick-next {
  right: -20px;
  background: #f5f5f5 url('../img/next-arrow.png') no-repeat center center;
  background-position: 14px center;
}

.icon {
  color: gray;
}
.icon.fa,
.icon > .fa {
  font-size: 16px;
}
.icon:hover,
.icon.active {
  color: #504aee;
}
.icon:hover .cls-1,
.icon.active .cls-1 {
  fill: #504aee !important;
}

.icon-arrow-left {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 2px;
}

.btn-sort {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.btn-sort .fa {
  color: #c9c8de;
  font-size: 18px;
  margin-top: 3px;
}
.btn-sort .fa:hover {
  color: #504aee;
}

.arrow-up .cls-1 {
  fill: #33d5d7 !important;
}

.arrow-up:hover .arrow-big {
  animation: fadeOutUp 900ms infinite;
}

.arrow-down .arrow-big {
  transform: scaleY(-1);
}

.arrow-down .cls-1 {
  fill: #e44f16 !important;
}

.arrow-down:hover .arrow-big {
  animation: fadeOutDown 900ms infinite;
}

.raise-up,
.raise-down {
  border: 6px solid transparent;
  border-bottom-width: 8px;
  border-left-width: 6px;
  border-right-width: 6px;
  width: 0px;
  height: 0px;
  border-bottom-color: #33d5d7;
  display: inline-block;
  margin-bottom: 0.2em;
}

.raise-down {
  transform: scaleY(-1);
  border-bottom-color: #e44f16;
  margin-bottom: -0.3em;
}

.with-animation:hover .raise-up,
.with-animation:hover .raise-down {
  animation: fadeOutUp 900ms infinite;
}

.with-animation:hover .raise-down {
  animation: fadeOutDown 900ms infinite;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.1;
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.1;
    transform: translate3d(0, 50%, 0) scaleY(-1);
  }
}

.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-content textarea {
  height: 154px;
}

.modal-header {
  padding: 35px 30px;
  border-bottom: 0px;
}

.modal-title {
  font-size: 26px;
  color: #2c2e31;
}
.btn-close-modal {
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.modal-body {
  padding: 0 30px;
}

.modal-footer {
  padding: 40px 30px;
  border-top: 0px;
}
.modal-footer > :not(:last-child) {
  margin-right: 15px;
}
.modal-footer > :not(:last-child) {
  margin-left: 15px;
}

.colorpicker-input .input-group-text {
  padding: 0;
  border-radius: 5px;
  border: 0;
  overflow: hidden;
}
.colorpicker-input .input-group-text i {
  height: 30px;
  width: 30px;
}
.colorpicker-input-addon:before {
  height: 30px;
  width: 30px;
  border-radius: 5px;
}
.colorpicker-input.input-group .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #ddd;
  height: 30px;
}
.colorpicker-input.input-group .form-control {
  border-left: 0;
  height: 30px;
}
.page-dashboard .template-small-list .slick-arrow {
  top: initial;
  bottom: -75px;
}

.page-dashboard .template-small-list .slick-prev {
  left: 0;
}

.page-dashboard .template-small-list .slick-next {
  right: 0;
}

.profile-thumbnail {
  padding: 10px;
  border: 1px dashed #33d5d7;
  border-radius: 50%;
  display: inline-block;
}
.profile-thumbnail img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.presentation-slider {
  background: #fdfdfd;
  display: flex;
}
.presentation-slider .slider-item {
  width: 230px;
  height: 145px;
  margin: 6px;
  flex-shrink: 0;
  background: #f1f1f1;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.template-item:hover .toolbox,
.slider-item:hover .toolbox {
  display: block;
}
.toolbox {
  display: none;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 15px 15px 30px;
}
.template-item .toolbox {
  padding: 30px 10px 10px 25px;
}
.template-item .toolbox .text-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.template-list .template-item {
  position: relative;
  height: 150px;
  background: #f1f1f1;
  background-size: cover;
  background-position: center center;
}

.page-reports .clicks-link-panel {
  height: 100%;
  max-height: 100%;
}

.page-reports .clicks-list-header {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 17px 30px;
  background: #fcfcfc;
  display: flex;
}
.page-reports .clicks-list-header div:last-child {
  width: 50px;
}

.page-reports .clicks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-reports .clicks-list li {
  padding: 13px 30px;
  display: flex;
  border-bottom: 1px solid #eaeaea;
}
.page-reports .clicks-list li .content {
  flex: 1;
}
.page-reports .clicks-list li .count {
  color: #504aee;
  width: 35px;
  font-weight: 600;
}
.page-reports .clicks-list li .raise-icon {
  width: 15px;
}

.page-reports .clicks-list-container {
  height: 403px;
  overflow-y: auto;
}

.page-reports .slider-row {
  background: white;
  display: flex;
}
.page-reports .slider-row .thumbnail {
  width: 220px;
  height: 125px;
  background: #eaeaea;
}
.page-reports .slider-row .content {
  width: 260px;
  border-right: 1px solid #ddd;
  padding: 20px;
}
.page-reports .slider-row .table-responsive {
  flex: 1;
}
.page-reports .slider-row .thumbnail-small {
  border: 4px solid white;
  margin-left: -14px;
}
.page-reports .slider-row .table th,
.page-reports .slider-row .table td {
  padding: 15px 5px;
}
.page-reports .slider-row .table th:first-child,
.page-reports .slider-row .table td:first-child {
  padding-left: 25px;
}
.page-reports .slider-row .table td:last-child {
  padding-left: 15px;
}

.page-reports .user-flow-container {
  max-width: 100%;
  overflow-y: auto;
}

.page-reports .user-flow {
  display: flex;
  align-items: center;
  padding: 45px 20px 30px 20px;
}
.page-reports .user-flow > div {
  flex-shrink: 0;
  margin-left: 30px;
}
.page-reports .user-flow .slide {
  color: #666;
}
.page-reports .user-flow .link {
  color: #999;
  font-size: 12px;
  padding: 0 35px;
  position: relative;
  width: 155px;
  margin-bottom: 20px;
  text-align: center;
}
.page-reports .user-flow .link:after,
.page-reports .user-flow .link:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  background: #f0f0f0;
}
.page-reports .user-flow .link:before {
  left: 0;
}
.page-reports .user-flow .link:after {
  right: 0;
}

.page-reports .clients-detail-panel {
  display: none;
}

@media (max-width: 767px) {
  .btn {
    width: 130px;
  }
  .page-reports .slider-row {
    display: block;
  }
  .page-reports .slider-row .content {
    width: initial;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .page-reports .slider-row .thumbnail {
    width: 100%;
  }
}

.page-clients .client-groups .panel {
  padding: 40px 30px;
}
.page-clients .client-groups .panel:hover {
  box-shadow: 0px 0px 40px 0px rgba(157, 154, 227, 0.3);
}
.page-clients .client-groups .panel h4 {
  min-height: 2.4em;
}
.page-clients .client-groups .panel .desc-small,
.page-clients .client-groups .panel .table thead th,
.table thead .page-clients .client-groups .panel th {
  margin: 20px 0 30px 0;
}

.page-clients .table-clients-all td {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-clients .group-list .desc-small,
.page-clients .group-list .table thead th,
.table thead .page-clients .group-list th {
  margin: 10px 0 15px 0;
}

.presentation-slides .dropzone {
  border: 1px dashed #504aee;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.presentation-slides .desc-small,
.presentation-slides .table thead th,
.table thead .presentation-slides th {
  margin-top: 15px;
}

.presentation-slides h4 {
  min-height: 2.4em;
  margin: 15px 0;
}

.presentation-slides .btn-add {
  width: 165px;
  margin-top: 60px;
}

#useTemplateModal .modal-dialog {
  max-width: 960px;
}

#useTemplateModal .template-list {
  max-width: 880px;
  padding: 0 20px;
}
#useTemplateModal .template-list .panel {
  width: 260px;
  height: 285px;
  flex-shrink: 0;
}
#useTemplateModal .template-list .panel.selected {
  outline: 6px solid #b4b1f1;
  outline-offset: -6px;
}

#useTemplateModal .slick-list {
  padding: 20px 0;
}

header .presentation-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  padding: 7px 30px;
}
header .presentation-header .btn-back {
  justify-self: flex-start;
}

header .icon .fa {
  font-size: 24px;
}

header .icon:hover {
  color: #c9c8de;
}

header .icon.active:hover {
  color: #504aee;
}

.page-edit-presentation {
  height: calc(100vh - 64px);
  background: #eaeaee;
  display: flex;
  flex-direction: column;
}

.page-preview-presentation {
  min-height: calc(100vh - 64px);
  background: #bfbfbf;
}

.presentation-body {
  background: #eaeaee;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  min-height: 100px;
}

.play-bar {
  background: white;
  height: 0px;
  opacity: 0;
  transition: all 400ms;
}
.play-bar.active {
  opacity: 1;
  height: 65px;
}
.play-bar .progress {
  height: 3px;
  background: #fafafa;
}
.play-bar .progress-bar {
  border-radius: 1px;
}
.play-bar .time {
  font-size: 12px;
  color: #212224;
  display: flex;
  line-height: 1;
}
.play-bar .controls {
  display: flex;
  justify-content: space-between;
  width: 700px;
  max-width: 100%;
}

.present-slides {
  height: 0px;
  opacity: 0;
  transition: all 400ms;
}
.present-slides.active {
  opacity: 1;
  height: 200px;
}
.present-slides .panel-slide {
  width: 262px;
}
.present-slides .panel-slide:not(:last-child) {
  margin-right: 25px;
}
.present-slides .slick-list {
  padding: 20px 0;
}
.flex-1 {
  flex: 1;
}

.volume-icon {
  position: relative;
  width: 20px;
}
.volume-icon .rangeslider {
  position: absolute;
  left: 30px;
  top: 9px;
  width: 51px;
  background: #a2a3a5;
}
.volume-icon.active .rangeslider {
  display: block;
}
.volume-icon .rangeslider--horizontal {
  height: 1px;
}
.volume-icon .rangeslider--horizontal .rangeslider__handle {
  top: -4px;
}
.volume-icon .rangeslider__fill {
  background: #393c40;
}
.volume-icon .rangeslider__handle {
  width: 8px;
  height: 8px;
  background: #46474a;
  box-shadow: none;
  border: 0;
}
.volume-icon .rangeslider__handle:after {
  content: initial;
}

.presentation-setting {
  display: flex;
}
.presentation-setting .form-control {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}
.presentation-setting .slide-content {
  flex: 1;
  min-width: 0;
}
.presentation-setting .slide-content .slide {
  flex: 1;
}
.presentation-setting .slide-content .thumbnail-large {
  height: 100%;
}
.presentation-setting .createlink-setting-sidebar {
  width: 260px;
  flex-shrink: 0;
}
.presentation-setting .createlink-setting-sidebar .form-group {
  display: flex;
  margin-bottom: 12px;
}
.presentation-setting .createlink-setting-sidebar .form-group label {
  width: 48px;
}
.presentation-setting .createlink-setting-sidebar .form-group .form-control {
  flex: 1;
}
.presentation-setting .links-sidebar {
  width: 260px;
  flex-shrink: 0;
}
.presentation-setting .link-list {
  list-style: none;
  padding: 0;
}
.presentation-setting .link-list li {
  display: flex;
  line-height: 32px;
  border-top: 1px solid #ddd;
}
.presentation-setting .link-list li:last-child {
  border-bottom: 1px solid #ddd;
}
.presentation-setting .zoom-bar {
  padding-top: 6px;
  height: 40px;
}
.presentation-setting .zoom-bar .form-control {
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin: 0 10px;
}
.presentation-setting .slide {
  height: 480px;
}
.presentation-setting .selectable-list {
  color: #2c2e31;
}
.presentation-setting .selectable-list li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.slide-set-settings {
  flex: 1;
}
.slide-set-settings .form-group {
  display: flex;
}
.slide-set-settings .form-group > label {
  margin-top: 4px;
  margin-bottom: 0;
}
.slide-set-settings .w-60 {
  width: 60px;
}
.slide-set-settings .w-47 {
  width: 47px;
}
.slide-set-settings .form-control,
.slide-set-settings .select-custom {
  flex: 1;
}
.slide-set-settings .select2 {
  flex: 1 !important;
}
.slide-set-settings textarea.form-control {
  height: 148px;
}
.slide-set-settings input.form-control {
  height: 32px;
  line-height: 32px;
}
.slide-set-settings a.nav-link {
  color: #2c2e31;
}
.slide-set-settings a.nav-link.active {
  color: #504aee;
}
.slide-set-settings .slide-items {
  display: flex;
  flex-wrap: wrap;
}
.slide-set-settings .slide-item {
  display: flex;
  width: 235px;
  margin: 0 15px 20px 5px;
}
.slide-set-settings .slide-item .thumbnail {
  margin-right: 15px;
}
.slide-set-settings .slide-other-links {
  display: flex;
  flex-wrap: wrap;
}
.slide-set-settings .slide-other-links .checkbox {
  width: 265px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}

#uploadMediaModal .modal-body {
  padding: 30px;
  position: relative;
}

#uploadMediaModal .btn-close-modal {
  position: absolute;
  right: 20px;
  top: 15px;
}

#uploadMediaModal .dropzone {
  display: flex;
  flex-direction: column;
  border: 1px dashed #ddd;
  height: 180px;
  align-items: center;
  justify-content: center;
}

#uploadMediaModal .upload-button {
  position: relative;
  color: #aaaeb3;
  border-radius: 5px;
  overflow: hidden;
}
#uploadMediaModal .upload-button > div {
  width: 135px;
  height: 135px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  padding-top: 90px;
  z-index: 1;
  position: relative;
}
#uploadMediaModal .upload-button.active {
  color: white;
  border: 0;
}
#uploadMediaModal .upload-button.active > div {
  border: 0;
}
#uploadMediaModal .upload-button.active:before {
  content: '';
  opacity: 0.8;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #7772e3 0%, #504aee 100%);
  z-index: 0;
}

#uploadMediaModal .upload-image > div {
  background: url('../img/picture.png') no-repeat center 22px;
}

#uploadMediaModal .upload-image.active > div {
  background-image: url('../img/picture-white.png');
}

#uploadMediaModal .upload-video > div {
  background: url('../img/video-player.png') no-repeat center 22px;
}

#uploadMediaModal .upload-video.active > div {
  background-image: url('../img/video-player-white.png');
}

#uploadMediaModal .modal-dialog {
  max-width: 340px;
}

.sidebar .show-collapsed {
  display: none !important;
}

.sidebar .btn-min-sidebar {
  display: none;
}

.sidebar .btn-collapsed-add {
  width: 34px;
  height: 34px;
  font-size: 30px;
  line-height: 34px;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .sidebar .btn-min-sidebar {
    display: block;
  }
  .sidebar.collapsed {
    width: 132px;
  }
  .sidebar.collapsed .thumbnail-large {
    height: 70px;
  }
  .sidebar.collapsed p,
  .sidebar.collapsed h4 {
    display: none;
  }
  .sidebar.collapsed .show-collapsed {
    display: block !important;
  }
  .sidebar.collapsed .show-expanded {
    display: none !important;
  }
  .sidebar.collapsed .btn-min-sidebar {
    transform: scaleX(-1);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: -2px 2px 8px -3px #393c4052;
  }
  .sidebar.collapsed ~ .page-content {
    margin-left: 132px;
  }
  .sidebar.collapsed .selectable-list li .thumbnail {
    margin-right: 0px;
    width: 100%;
    height: 70px;
  }
  .reports-sidebar.collapsed .sidebar-scroll-content {
    height: calc(100% - 60px);
  }
}

@media (max-width: 991px) {
  .links-setting {
    display: block;
  }
  .links-setting .links-sidebar {
    width: initial;
  }
  .links-setting .slide-set-settings {
    margin-left: 0 !important;
  }
  header .presentation-header {
    grid-template-columns: 70px 1fr 70px;
    padding: 0px 30px;
    height: 100%;
  }
  header .presentation-header h3 {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .presentation-setting {
    display: block;
  }
  .presentation-setting .createlink-setting-sidebar {
    margin-left: 0 !important;
    width: initial;
  }
}

* {
  outline: 0;
}

a {
  color: #504aee;
}
a:hover {
  color: #504aee;
}

html,
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

body {
  background: #f1f1f1;
  color: #393c41;
  overflow-y: hidden;
  font-weight: 300;
}

.page-container {
  position: relative;
}

.page-content {
  padding: 30px 0 30px 30px;
  margin-left: 360px;
}

.container1550 {
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 13px;
  }
}

@media (min-width: 1220px) {
  .hidden-1220 {
    display: none !important;
  }
}

@media (min-width: 1549px) {
  .hidden-1550 {
    display: none !important;
  }
}

@media (max-width: 1549px) {
  .hidden-under-1550 {
    display: none !important;
  }
}

@media (max-width: 1219px) {
  .hidden-under-1220 {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .page-content {
    padding: 30px 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .container1550 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-content {
    padding: 15px 0;
  }
  .mt-30px {
    margin-top: 15px !important;
  }
  .mb-30px {
    margin-bottom: 15px !important;
  }
}
.page-icon .fa {
  font-size: 30px;
  color: #c9c8de;
}
.dashboard-icon {
  font-size: 50px;
  color: #504aee;
}
a.text-decoration-none:hover {
  text-decoration: none !important;
}
.change-list {
  height: 117px;
  overflow-x: hidden;
}
.help-tooltip {
  position: relative;
}
.help-tooltip .tooltiptext {
  display: none;
  /* visibility: hidden; */
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px 0px;
  color: rgb(80, 74, 238);
  text-align: center;
  position: absolute;
  z-index: 99;
  bottom: -6px;
  left: 5px;
  right: 5px;
  opacity: 0;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 0;
  transition: opacity 0.3s ease 0s;
}
.help-tooltip .tooltiptext::after {
  content: '';
  position: absolute;
  transform: rotate(180deg);
  top: -9px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.sidebar.collapsed .help-tooltip:hover .tooltiptext {
  /* opacity: 1; */
}
.custom-scroll {
  overflow: auto;
}
.page-wrapper::-webkit-scrollbar-button,
.table-responsive::-webkit-scrollbar-button,
.scrollable-menu::-webkit-scrollbar-button,
.custom-scroll::-webkit-scrollbar-button,
.select2-results__options::-webkit-scrollbar-button {
  display: none;
}
.page-wrapper::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.scrollable-menu::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #dee2eb;
  width: 8px;
}
.page-wrapper::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.scrollable-menu::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
  border-radius: 2px;
  background-color: #f0f0f0;
  width: 8px;
  height: 8px;
}
.overflow-hidden {
  overflow: hidden;
}
button:active,
button:focus {
  outline: none;
}

.canvas-container {
  background-size: cover;
  width: 100%;
  padding: 0px;
  background-color: #989898;
}
.img-container {
  background-size: cover;
  width: 100%;
  height: auto;
}
.noimage {
  height: 375px;
}
.zoneclick {
  border: 2px solid #504aee;
}

.login {
  min-height: 100vh;
  background: url('../img/hero-bg.png') no-repeat;
  background-size: 100% 95%;
  position: relative;
}
.login::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  background: url('../img/illus.png') no-repeat;
  background-position: right 35px;
  background-size: auto 50%;
}
.login .position-relative {
  z-index: 1;
}
.login h1 {
  font-size: 40px;
  font-weight: bold;
  color: white;
}
.login p {
  font-size: 18px;
  font-weight: normal;
  color: white;
  margin: 20px 0 35px 0;
}
.login button {
  width: 230px;
  height: 70px;
  font-size: 18px;
  font-weight: 600;
  color: #40416c;
  background: white;
  box-shadow: 0px 4px 18px 0px rgba(48, 44, 114, 0.5);
  text-transform: none;
}
.login button:hover {
  box-shadow: none;
}
.login button img {
  margin-left: 5px;
  margin-top: -4px;
}
.login .content {
  margin-top: 195px;
  margin-left: 125px;
}
.signin {
  min-height: 100vh;
  background: url('../img/signin-bg.png') no-repeat;
  background-size: 100% 260px;
  background-color: white;
  overflow: hidden;
  font-size: 14px;
}
.signin h2 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(31deg, #504aee 0%, #33d5d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 5px;
  margin-bottom: 60px;
}
.signin .logo {
  position: fixed;
  left: 130px;
  top: 15px;
}

.signin form {
  max-width: 465px;
  margin: 250px auto 0 auto;
  padding: 0 10px;
}
.signin form img {
  margin-bottom: 60px;
}
.signin .form-group {
  margin-bottom: 28px;
}
.signin input {
  padding: 15px 10px;
  border: 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.signin .btn {
  height: 50px;
  width: 135px;
  font-size: 14px;
}
#forgotform .btn {
  width: 170px;
}
.signin .button-row {
  margin-top: 70px;
}
@media (max-width: 900px) {
  .login::before {
    background-size: 80% auto;
    background-position: right 50%;
  }
  .login {
    background-size: cover;
  }
  .login .logo {
    height: 40px;
    margin-top: 20px;
  }
  .login h1 {
    font-size: 30px;
  }
  .login p {
    font-size: 16px;
  }
  .login .content {
    text-align: center;
    margin: 80px 0 0;
  }
  .signin {
    background-size: auto 200px;
  }
}
@media (max-width: 500px) {
  .signin .logo {
    position: static;
    text-align: center;
    margin-top: 15px;
  }
  .signin form {
    margin-top: 100px;
  }
  #forgotform .btn {
    width: 140px;
  }
}
